Defines a piece of formatted content that can be drawn on a page.

Full documentation

Initializes a new PDFFormattedContent object.

Full documentation

Initializes a new PDFFormattedContent object with a text paragraph.

Full documentation

Initializes a new PDFFormattedContent object with a text paragraph.

Full documentation

Initializes a new PDFFormattedContent object with another formatted content.

Full documentation

Add the paragraph at the end of the formatted content.

Full documentation

Creates a new paragraph with the specified content and adds it to the collection.

Full documentation

Creates a new paragraph with the specified content and adds it to the collection.

Full documentation

Clears the internal word wrap state.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Gets the height of the formatted content.
The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Gets the paragraph at the specified index.

Full documentation

Gets the height of each paragraph in the formatted content.
The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.

Full documentation

Gets the list of paragraphs.

Full documentation

Gets the structure element.

Full documentation

Gets the width of the formatted content.
The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

Sets the structure element.
When a formatted content object has an associated structure element, the paragraphs within the formatted content should not have their own structure elements otherwise the content will be tagged incorrectly.

Full documentation

Gets the formatted content that fits in the given box.
This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object.

Full documentation

Gets the formatted content that fits in the given box.
This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object.
If this method is called multiple times but with a different width then the 'updateParagraphs' parameter should be set to true.

Full documentation

Returns a string that represents the current Object.

Full documentation

Executes a wrap operation on the formatted content at the specified width.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation

This method supports the internal library infrastructure and should not be used by external client code.

Full documentation